RemoveBandwidthPackageIps
Description
call the RemoveBandwidthPackageIps to delete the public IP in the NAT bandwidth package.
Request Method
POST
Request Path
/apsara/route/Vpc/RemoveBandwidthPackageIps
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
BandwidthPackageId | BODY | string | Yes | bwp-s6lmotmkkza1w**** | ID of NAT bandwidth packet. |
RemovedIpAddresses.n | BODY | string | No | nateip-1110a2l1ad2**** | ID of the public network IP to be deleted. n must start from 1 and the maximum is 20. |
RegionId | BODY | string | Yes | cn-hangzhou | The region where the NAT bandwidth package is located. you can obtain the region ID by calling DescribeRegions interface. |
version | BODY | string | No | 2016-01-01 | version of api |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestId | string | 7D275A59-1EB0-4775-8A20-2A47055EAC5C | request ID. |
Example
Successful Response example
{
"RequestId":"7D275A59-1EB0-4775-8A20-2A47055EAC5C"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}